Details of how to check for problems with DOS 8+3 file-name restrictions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2009 08:22:29 +0000 (08:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2009 08:22:29 +0000 (08:22 +0000)
admin/notes/newfile

index a58605e1a2afa87c46ca465ee25bd66072d30857..e822b402b5ed4f614375c3b404675ba69e07682c 100644 (file)
@@ -6,6 +6,14 @@ CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*-
 format, copyright and license notice, etc).
 
 ** Make sure the filename does not cause the DOS port any problems (8+3).
+Run the `doschk' program like this:
+
+    find /path/to/emacs -print | doshck
+
+and examine the output for DOS-related problems.  The sections of
+output under the headings "The following files are not valid DOS file
+names:" and "The following resolve to the same DOS file names:" should
+not include any files that end up in the release tarball.
 
 ** Make the ChangeLog entry in the name of the author(s), not your own name.